/* @override https://website.promogogo.com/styles/designs/weblp.css */

body {
	-webkit-font-smoothing: antialiased;
	background-color: white;
	font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
}

/* Navigation Bar */

.navbar-nav {
	padding-top: 15px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar .cbp-logo img {
	display: none;
}
.navbar .cbp-promogogo img {
	display: none;
}
.navbar nav {
	display: none;
}


.loginregister {
	max-width: 1200px;
	margin: auto;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
}

.login-container h1 {
	text-align: center;
}

.fb-login .splitter {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.fb-login .splitter:before {
    content: "";
    width: 45%;
    border-bottom: 1px solid #dedede;
    position: absolute;
    left: 0px;
    top: 10px;
}

.fb-login .splitter:after {
    width: 45%;
    border-bottom: 1px solid #dedede;
    position: absolute;
    right: 0;
    content: "";
    bottom: 10px;
}

.fb-button a {
    width: 100%;
    color: #fff;
    background-color: #3b5998;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 4px;
}

.fb-button i {
	font-size: 1.5em;
    margin-right: -30px;
    float: left;
    width: 30px;
    line-height: 40px;
    height: 40px;
}

.loginfields input {
	font-size: 1.3em;
    padding-left: 10px;
    width: 100%;
    line-height: 1.5em;
    height: 50px;
    display: block;
    border-color: #dedede;
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.loginfields input:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.loginfields input:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.loginsubmit input {
	margin-bottom: 15px;
}

.loginsubmit {
	text-align: center;
	margin-bottom: 15px;
}

.general-error {
  background-color: #f6d3d3;
  padding: 10px;
  border-radius: 6px;
  color: #d12c2c;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 17px;
}
.general-error i {
margin-left: 5px;
margin-right: 5px;
font-size: 20px;
}
.general-error.full{
width: 100%;
}
.general-error.half{
width: 50%;
}
.general-error.large{
width: 90%;
}
.general-error.center{
text-align: center;
}

input:focus{
    outline: 0;
}

@media (max-width: 768px) {
	.next-page-text a {
		font-size: 35px;
		color: white;
		font-weight: bold;
	}
	.next-page-text i {
		font-size: 30px;
	}
}
@media (max-width: 468px) {
	.next-page-text {
		margin-right: 20px;
		margin-left: 20px;
	}
}

/* */

.yellow {
	background-color: #e78f24;
}
.green {
	background-color: #389d47;
}
.violet {
	background-color: #c22a8a;
}
.blue {
	background-color: #2780c3;
}
.red {
	background-color: #d12c2c;
}

.btn-promogogo {
  	border: solid;
  	border-width: 3px;
  	color: white;
  	padding: 8px 14px;
  	font-weight: 700;
  	font-size: 20px;
  	text-decoration: none;
  	display: inline-block; /* needed for anchors */
  	position: relative;
  	font-size: 20px;
  	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.btn-promogogo:hover, .btn-promogogo:focus {
    text-decoration: none;
    color: #f6f6f6;
}
.btn-promogogo:active {
	text-decoration: none;
	color: #f6f6f6;
}
@media (max-width: 768px) {
	.btn-promogogo {
		margin-top: 30px;
		text-align: center;
	}
}
@media (max-width: 468px) {
	.btn-promogogo {
		margin-top: 0px;
	}
}

.btn-yellow {
  	color: #e78f24;
  	background: white;
  	border-color: #e78f24;
}
.btn-yellow:hover, .btn-yellow:focus {
    background-color: #e78f24;
}
.btn-yellow:active {
	background-color: #e78f24;
}

.btn-violet {
  	color: #c22a8a;
  	background:transparent;
  	border-color: #c22a8a;;
}
.btn-violet:hover, .btn-violet:focus {
    background-color: #c22a8a;
}
.btn-violet:active {
	background-color: #c22a8a;
}

.btn-blue {
  	color: #2780c3;
  	background: transparent;
  	border-color: #2780c3;
}
.btn-blue:hover, .btn-violet:focus {
    background-color: #2780c3;
}
.btn-blue:active {
	background-color: #2780c3;
}

.btn-green {
  	color: #389d47;
  	background: transparent;
  	border-color: #389d47;
}
.btn-green:hover, .btn-violet:focus {
    background-color: #389d47;
}
.btn-green:active {
	background-color: #389d47;
}

.btn-red {
  	color: #d12c2c;
  	background: transparent;
  	border-color: #d12c2c;
}
.btn-red:hover, .btn-red:focus {
    background-color: #d12c2c;
    color: white;
}
.btn-red:active {
	background-color: #d12c2c;
	color: white;
}

.btn-white {
  	color: white;
  	background: transparent;
  	border-color: white;
}
.btn-white:hover, .btn-white:focus {
    background-color: white;
    color: black;
}
.btn-white:active {
    background-color: white;
    color: black;
}


/* EVENT */
.flow-landing-11048843 #row3col0 {
	width: 33.33333333%;
}
.flow-landing-11048843 #row3col1 {
	width: 66.66666666%;
}
.flow-landing-11048843 .row3 {
	background-color: #f6f6f6;
}
.flow-landing-11048843 .row1 {
	background-color: #f6f6f6;
}
.flow-landing-11048843 .row5 {
	background-color: #f6f6f6;
}
@media (max-width:768px) {
	.flow-landing-11048843 #row3col0 {
		width: 100%;
	}
	.flow-landing-11048843 #row3col1 {
		width: 100%;
	}
	.flow-landing-11048843 #row3col1 .htmlcontent {
		text-align: center;
	}
	.flow-landing-11048843 #row3col0 {
		width: 100%;
	}
	.htmlcontent img {
		max-height: 100px!important;
	}
	.flow-landing-11048843 #row3col1 h1 {
		padding-top: 0px!important;
	}
	.flow-landing-11048843 .row0 h1 {
		margin-top: 40px;
	}
	.flow-landing-11048843 .row1 h1:last-child {
		 padding-top: 20px!important;
		 padding-bottom: 0px!important;
	}
	.flow-landing-11048843 .row2 h1 {
		margin-top: 40px;
	}
	.flow-landing-11048843 #row3col1 h1 {
		margin-top: 0px;
	}
	.flow-landing-11048843 .row4 h1 {
		margin-top: 40px;
	}
	.flow-landing-11048843 .row6 .htmlcontent {
		margin-bottom: 0px!important;
	}
	.flow-landing-11048843 .call2action .col-sm-6:first-child {
		background-color: #f6f6f6;
	}
	.flow-landing-11048843 .call2action .col-sm-6:last-child {
		background-color: white;
	}
}
/**/

/* MUSIC */
.flow-landing-11048842 .row1 {
	background-color: #f6f6f6;
}
.flow-landing-11048842 .row3 {
	background-color: #f6f6f6;
}
.flow-landing-11048842 .row5 {
	background-color: #f6f6f6;
}
.flow-landing-11048842 .call2action {
	background-color: #f6f6f6;
}
@media (max-width: 768px) {
	.flow-landing-11048842 .row0 h1 {
		margin-top: 40px;
	}
	.flow-landing-11048842 .row1 h1:last-child {
		padding-top: 20px!important;
		padding-bottom: 0px!important;
	}
	.flow-landing-11048842 .row2 h1 {
	    margin-top: 40px;
    	margin-bottom: 25px;
	}
	.flow-landing-11048842 .row3 h1:last-child {
		padding-top: 20px!important;
		padding-bottom: 0px!important;
	}
	.flow-landing-11048842 .call2action .col-sm-6:first-child {
		background-color: white;
	}
	.flow-landing-11048842 .call2action .col-sm-6:last-child {
		background-color: #f6f6f6;
	}
}
/**/

/* APP */
.flow-landing-11033466 .row1 {
	background-color: #f6f6f6;
}
.flow-landing-11033466 .row3 {
	background-color: #f6f6f6;
}
.flow-landing-11033466 .row5 {
	background-color: #f6f6f6;
}
@media (max-width:768px) {
	.flow-landing-11033466 .row0 h1 {
		margin-top: 40px;
	}
	.flow-landing-11033466 .row1 h1 {
		margin-top: 40px;
	}
	.flow-landing-11033466 .row2 h1:last-child {
		padding-top: 20px!important;
		padding-bottom: 0px!important;
	}
	.flow-landing-11033466 .row3 h1 {
		margin-top: 40px;
	}
	.flow-landing-11033466 .row4 h1:last-child {
		padding-top: 20px!important;
		padding-bottom: 0px!important;
	}
	.flow-landing-11033466 .row5 h1:last-child {
		padding-top: 20px!important;
		padding-bottom: 0px!important;
	}
	.flow-landing-11033466 .row6 .htmlcontent {
		margin-bottom: 0px!important;
	}
	.flow-landing-11033466 .call2action .col-sm-6:first-child {
		background-color: #f6f6f6;
	}
	.flow-landing-11033466 .call2action .col-sm-6:last-child {
		background-color: white;
	}
}
/**/



.pagelist-item {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin-top: 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 150px;
  display: inline-block; }
 
   .pagelist-item:hover .page-overlay {
    background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 768px) {
 
    .pagelist-item {
      height: 120px !important; } }

.pagelist-item-no-click {
  pointer-events: none; }

  .pagelist-item-no-click .pagelist-overlay {
    opacity: .5; }

.pagelist-image {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%; }

.pagelist-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.pagelist-title {
  font-size: 20px;
  color: white;
  text-shadow: black 1px 1px 3px;
  font-weight: 700;
  padding-top: 7px;
  text-align: center;
  max-width: calc(100% - 60px);
  margin: auto; }
  @media (max-width: 768px) {

    .pagelist-title {
      font-size: 14px;
      text-align: center; } }

.pagelist-labels {
  max-width: 90%;
  margin: auto;
  text-align: center; }

.pagelist-label {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.pagelist-cat-label {
  margin-right: 5px; }

.pagelist-badge {
  position: absolute;
  top: 3px;
  left: 3px;
  font-weight: bold;
  background-color: #080;
  font-size: 18px; }

.pagelist-empty {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
  font-weight: 100; }
  .pagelist-empty i {
    color: #080; }
  @media (max-width: 768px) {
    .pagelist-empty {
      margin-top: 15px;
      font-size: 18px; }
      .pagelist-empty i:before {
        content: "\f062"; } }

.pagelist-add .is-disabled {
  pointer-events: none;
  cursor: wait; }
  .pagelist-add .is-disabled .pagelist-plus {
    color: #eee; }
  .pagelist-add .is-disabled .pagelist-overlay {
    background-color: rgba(0, 0, 0, 0.3); }
  .pagelist-add .is-disabled:hover .pagelist-overlay {
    background-color: rgba(0, 0, 0, 0.3); }
.pagelist-add .pagelist-overlay {
  padding: 15px; }
.pagelist-add .pagelist-title {
  margin-bottom: 15px; }
.pagelist-add:hover .pagelist-overlay {
  background-color: rgba(0, 136, 0, 0.7); }
@media (max-width: 768px) {
  .pagelist-add {
    height: 50px !important;
    box-shadow: none; }
    .pagelist-add .pagelist-overlay {
      background-color: rgba(0, 137, 0, 0.8); } }

.pagelist-add-bigger {
  height: 320px;
  cursor: default; }
  .pagelist-add-bigger .pagelist-overlay {
    background-color: rgba(0, 136, 0, 0.7); }
  .pagelist-add-bigger:hover .pagelist-overlay {
    background-color: rgba(0, 136, 0, 0.7); }
  @media (max-width: 768px) {
    .pagelist-add-bigger {
      height: 320px !important; } }

.pagelist-add-button {
  margin-bottom: 5px; }

.pagelist-plus {
  position: absolute;
  top: 50px;
  font-size: 40px;
  left: 45%;
  color: white;
  text-shadow: black 1px 1px 3px; }
  @media (max-width: 768px) {
    .pagelist-plus {
      top: 5px;
      font-size: 30px; } }

.pagelist-cancel {
  position: absolute;
  top: 10px;
  right: 10px; }
  .pagelist-cancel i {
    position: relative;
    font-size: inherit;
    color: white;
    top: 0;
    left: 0; }
  @media (max-width: 768px) {
    .pagelist-cancel i {
      top: 0; } }

.pagelist-publish a {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-radius: 10px;
  height: 24px;
  width: 24px; }
  .pagelist-publish a i {
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 3px; }

.pagelist-published {
  background-color: #080; }

.pagelist-unpublished {
  background-color: #d12c2c; }
  
.center {
	text-align: center;
	margin: auto;
}
